home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3718 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  948 b 

  1. Path: ix.netcom.com!netnews
  2. From: a1s@ix.netcom.com (Andrew Snyder)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Transparent file copy??
  5. Date: Tue, 30 Jan 1996 23:06:29 GMT
  6. Organization: Netcom
  7. Message-ID: <4eltsn$kfg@ixnews7.ix.netcom.com>
  8. References: <4ek56i$63v@news2.realtime.net>
  9. NNTP-Posting-Host: ix-har5-17.ix.netcom.com
  10. X-NETCOM-Date: Tue Jan 30 12:08:55 PM PST 1996
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. cds@ballistic.com (Shawn L. Bradley) wrote:
  14.  
  15. >How do I transparently copy files from one drive & directory to
  16. >another in DOS.  I don't want to use the system() function because it
  17. >interferes with the windows my app creates.  I'm using MSVC++ 1.52.
  18. >Any help would be greatly appreciated.
  19.  
  20. >Thanks
  21.  
  22. >Shawn L. Bradley
  23.  
  24. >CADD Design Solutions
  25. >cds@ballistic.com
  26.  
  27. read the source file and write to the target file.  there is alovely
  28. example on page 26 of K&R
  29.  
  30. Andrew Snyder
  31. a1s@ix.netcom.com
  32. char disclaimer[] = {'\0'}; /* I'm on cash net */
  33.  
  34.